-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: convert setup.py to pyproject.toml #108
Conversation
Changed Files
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #108 +/- ##
==========================================
- Coverage 44.14% 44.11% -0.03%
==========================================
Files 24 25 +1
Lines 1656 1657 +1
==========================================
Hits 731 731
- Misses 925 926 +1 ☔ View full report in Codecov by Sentry. |
fe5f6ef
to
21bf16f
Compare
21bf16f
to
ae36f30
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor changes
description = "Text-to-Speech Synthesis for the Speech Generation for Indigenous Language Education Small Teams Project" | ||
license = "MIT" | ||
readme = "readme.md" | ||
requires-python = ">=3.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requires-python = ">=3.10" | |
requires-python = ">=3.10, <3.12" |
Co-authored-by: Samuel Larkin <[email protected]>
See
EveryVoiceTTS/wav2vec2aligner#18
EveryVoiceTTS/DeepForcedAligner#33
EveryVoiceTTS/HiFiGAN_iSTFT_lightning#48
EveryVoiceTTS/EveryVoice#632